home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / SLINK'S_ / MP_HEADE / ABOUT_DL.H next >
Text File  |  1992-06-09  |  509b  |  17 lines

  1. /*---------------------------------------------------------------------
  2.     Program: about_Dlog.h
  3.     By: Geoffrey Slinker
  4.     Date: 12:08:10 PM  5/2/92
  5.     Purpose: contains the dialog subclasses for the tweener application
  6. ---------------------------------------------------------------------*/
  7. #pragma once
  8. #include "Dlog.h"
  9.  
  10. #define ABOUT_DLOG        600
  11.  
  12. /*....................................................................*/
  13. class about_Dlog : public Dlog {
  14.     public:
  15.     virtual void HandleDialog(EventRecord *aEvent);
  16. };
  17.